'Declaration Public Overloads Shared Function Create( _ ByVal renderTarget As RenderTarget, _ ByVal triangles() As Triangle _ ) As Mesh
public static Mesh Create( RenderTarget renderTarget, Triangle[] triangles )
Parameters
- renderTarget
- an instance of RenderTarget
- triangles
- An array of Triangle structures that describe the triangles to add to this mesh.